home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2006 July & August
/
PCWorld_2006-07-08_cd.bin
/
v cisle
/
acehtml
/
acehtmlfreeware.exe
/
acehtmlfree.exe
/
0
/
RCDATA
/
TFRMEDITNODES
/
TFRMEDITNODES.txt
Wrap
Text File
|
2006-04-19
|
4KB
|
166 lines
object frmEditNodes: TfrmEditNodes
Left = 240
Top = 185
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = 'Objects editor'
ClientHeight = 284
ClientWidth = 495
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
DesignSize = (
495
284)
PixelsPerInch = 96
TextHeight = 13
object btnNewNode: TButton
Left = 398
Top = 9
Width = 90
Height = 22
HelpContext = 4500
Caption = '&New node'
TabOrder = 0
OnClick = btnNewNodeClick
end
object btnDelNode: TButton
Left = 398
Top = 37
Width = 90
Height = 22
HelpContext = 4510
Caption = '&Delete node'
TabOrder = 1
OnClick = btnDelNodeClick
end
object btnNodeProp: TButton
Left = 398
Top = 65
Width = 90
Height = 22
HelpContext = 4520
Caption = 'Node &properties'
TabOrder = 2
OnClick = btnNodePropClick
end
object btnAddLeaf: TButton
Left = 398
Top = 99
Width = 90
Height = 22
HelpContext = 4530
Caption = '&Add leaf'
TabOrder = 3
OnClick = btnAddLeafClick
end
object btnDelLeaf: TButton
Left = 398
Top = 127
Width = 90
Height = 22
HelpContext = 4550
Caption = 'De&lete leaf'
Enabled = False
TabOrder = 5
OnClick = btnDelLeafClick
end
object btnClose: TButton
Left = 398
Top = 227
Width = 90
Height = 22
HelpContext = 878
Cancel = True
Caption = '&Close'
Default = True
ModalResult = 1
TabOrder = 7
end
object btnEditLeaf: TButton
Left = 398
Top = 155
Width = 90
Height = 22
HelpContext = 4540
Caption = '&Edit leaf'
Enabled = False
TabOrder = 4
OnClick = btnEditLeafClick
end
object btnReset: TButton
Left = 398
Top = 189
Width = 90
Height = 22
HelpContext = 4560
Caption = 'Reset'
TabOrder = 6
OnClick = btnResetClick
end
object BtnHelp: TButton
Left = 398
Top = 255
Width = 90
Height = 22
HelpContext = 7
Caption = '&Help'
TabOrder = 8
OnClick = BtnHelpClick
end
object tlNodesDefs: TcxTreeList
Left = 10
Top = 10
Width = 376
Height = 266
Anchors = [akLeft, akTop, akRight, akBottom]
Bands = <
item
end>
BufferedPaint = False
Images = frmTop.ilIObjects
LookAndFeel.Kind = lfStandard
LookAndFeel.NativeStyle = True
OptionsBehavior.ImmediateEditor = False
OptionsData.Deleting = False
OptionsView.ColumnAutoWidth = True
TabOrder = 9
OnEditing = tlNodesDefsEditing
OnFocusedNodeChanged = tlNodesDefsFocusedNodeChanged
object colTag: TcxTreeListColumn
DataBinding.ValueType = 'String'
Options.Moving = False
Position.ColIndex = 0
Position.RowIndex = 0
Position.BandIndex = 0
end
object colAttr: TcxTreeListColumn
DataBinding.ValueType = 'String'
Options.Moving = False
Position.ColIndex = 1
Position.RowIndex = 0
Position.BandIndex = 0
end
object colValue: TcxTreeListColumn
DataBinding.ValueType = 'String'
Options.Moving = False
Position.ColIndex = 2
Position.RowIndex = 0
Position.BandIndex = 0
end
object colName: TcxTreeListColumn
DataBinding.ValueType = 'String'
Options.Moving = False
Position.ColIndex = 3
Position.RowIndex = 0
Position.BandIndex = 0
end
end
end